html {
  background-color: rgb(162, 166, 228);
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c3/NGC_4414_%28NASA-med%29.jpg');
  font-family:'Times New Roman', Times, serif
}

body {
  cursor:url("https://files.catbox.moe/h29tg6.gif"), auto;

}
.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05) rotate(3deg);
  transition: 0.2s ease;
}

#eye {
  position: absolute;
  bottom: -55px;
  right: -10px;
  transform: rotate(-5deg);
  filter: drop-shadow(0px 0px 4px #656754);
}


h1:hover{
  background-color:rgb(234, 191, 224); 
  color: white; 
  }
  
  h1 {
      font-size: 30px;
      
      border-style: double;
      border-color: rgb(198, 224, 237);
      border-width: 10px;
      color: rgb(108, 134, 194);
  }
  
  #container {
    max-width: 900px;
    /* this is the width of your layout! */
    /* if you change the above value, scroll to the bottom
and change the media query according to the comment! */
    margin: 0 auto;
    /* this centers the entire page */
}

/* the area below is for all links on your page
EXCEPT for the navigation */
#container a {
    color: #402f5b;
    font-weight: bold;
    text-decoration: none;

}

#header {
    width: 100%;
    background-color: #4c5f8d;
    box-shadow: 0px 0px 10px #303642;
    height: 150px;
    /* this is only for a background image! */
    /* if you want to put images IN the header,
you can add them directly to the <div id="header"></div> element! */
    background-image: var(--header-image);
    background-size: 100%;
}
/* navigation section!!, copied from https://mybabysittersavampire.neocities.org/*/
#navbar {
  height: 40px;
  box-shadow: 0px 0px 10px #221162;
  background-color: #271a45;
  background-image:url("https://i.pinimg.com/736x/c2/87/3a/c2873ad168740a7354f62d276412a960.jpg");
  background-size: 300px;
  /* navbar color */
  width: 100%;
}

#navbar ul {
  display: flex;
  padding: 0;
  margin: 8;
  list-style-type: none;
  justify-content: space-evenly;
}

#navbar li {
  padding-top: 8px;
}

/* navigation links*/
#navbar li a {
      font-family: New Century Schoolbook;

  color: #a2b0cf;
  /* navbar text color */
  font-weight: 800;
  text-decoration: none;
    text-shadow: 0px 0px 20px #15000b;
  /* this removes the underline */
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
  color: #00bfff;
  text-decoration: underline;
  text-decoration: none;

}

#flex {
  display: flex;
}

.scroll-bg-2{ /*navigation*/
  background-color: #000;
  background-color: #000;
  width: 200px;
  margin: 0% auto;
  padding: 0px;
  border-radius: 0px;
  border: 1px solid;
  border-color: #6e75c2;
  position: absolute;
  left: 100px;
  top: 126px; /*150px*/
  opacity: 0.9;
}

.sidebarleft{
  width: 220px;
  background-color: #000;
  background-color: #000;
  height: 500px;
  overflow: hidden;
  padding-left: 50px;
  
}
.scroll-object-2{
  color: #6e75c2;
  font-family: 'DotGothic16';
  font-size: 11px;
  padding: 10px;
}

.sidebarright{
  width: 180px;
  background-color: #082d3b;
  color: aliceblue;
  height: 450px;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute;
  left: 100%;
  
}
.scroll-bg-4{ /*updates log*/
  background-color: #c14b4b;
  width: 950px;
  margin: 0% auto;
  padding: 0px;
  position: relative;
  right: 0px;
  bottom: 400px;
  opacity: 0.9;
}


.scroll-object-4{
  background-color: #082d3b;
  color: aliceblue;
  font-family: 'DotGothic16';
  font-size: 11px;
  padding: 5px;
}

.main{
align-self: center;

}

.main-block{
  background-color: #082d3b;
  color: aliceblue;
  margin: 0% auto;
  padding: 30px;
  position: relative;
  align-self: center;
  border-style: outset;
  /*width: 180px;
  background-color: #2a995c;
  height: 450px;
  overflow: hidden;
  padding-right: 25px;
  padding-left: 25px;
  position: absolute;
  left: 100%;*/


}

#links li a{
      font-family: New Century Schoolbook;
        color: #a2b0cf;
  /* navbar text color */
  font-weight: 800;
  text-decoration: none;
    text-shadow: 0px 0px 20px #15000b;
  /* this removes the underline */
}

#links li a:hover {
  color: #00bfff;
  text-decoration: underline;
  text-decoration: none;

}

.bouncies {
  position:fixed;
  width:100vw;
  height: 100vh; left:0%;
  top:0%;
  pointer-events: none;
}
/*marquee * {
  pointer-events: auto; *//* do not remove this. this makes the elements in the marquees clickable. */
/*} im removing it the way its structured right now the inner marquee on the bouncies spans the width of the screen and blocks links if its horizontal with them */
marquee {
  pointer-events: auto; /* do not remove this. this makes the elements in the marquees clickable. */
} /*im removing it the way its structured right now the inner marquee on the bouncies spans the width of the screen and blocks links if its horizontal with them */